home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
program
/
331
/
gemfsc14
/
aessrc14
/
aesmenu2.s
< prev
next >
Wrap
Text File
|
1989-04-06
|
965b
|
32 lines
;*========================================================================
;*
;* AESFAST Public Domain GEM bindings.
;*
;*========================================================================
.include "aesfast.sh"
;*************************************************************************
;*
;* Menu Manager routines 2 of 2.
;* (This call is isolated because an accessory would use this, but none
;* of the other menu calls).
;*
;*************************************************************************
;-------------------------------------------------------------------------
; menu_register
;-------------------------------------------------------------------------
_menu_register::
.cargs #4,.apid,.ptext.l
AControl 35,1,1,1
lea .apid(sp),a1 ; -> intin
lea .ptext(sp),a0 ; -> addrin
ACall RET2USER
; end of code